--This function causes the letter pressed to be entered into the field.
on FieldFiller me, TheKey
if HotField = FieldType then
if (TheKey).chartonum = 13 or (TheKey).chartonum = 9 or TheKey = "RETURN" then --If the user presses RETURN (ENTER key on the PC) or TAB the next field goes active.